Baroq, gtm: bring in from "old" docbook.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 17 May 2006 21:34:00 +0000 (21:34 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 17 May 2006 21:34:00 +0000 (21:34 +0000)
Garmin: start to overhaul.

gpsbabel/xmldoc/formats/baroiq.xml
gpsbabel/xmldoc/formats/garmin.xml
gpsbabel/xmldoc/formats/gtm.xml

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..72c21e4adc0105c20e9a6ba6cf62b4c6637ddeda 100644 (file)
@@ -0,0 +1,5 @@
+<para>Serial download protocol for the Brauniger IQ series of
+barograph recording flight instruments.  This format creates a 
+track of altitude vs time which can be merged with a GPS track 
+of the same flight to create a three dimensional IGC file. </para>
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..224b359f372dfb3c6ac0531e7d89db892c80215d 100644 (file)
@@ -0,0 +1,56 @@
+<para> 
+       GPSBabel supports a wide variety of Garmin hardware via serial
+       on most operating systems and USB on Windows, Linux, and OS X.
+</para>
+
+<para> 
+       For serial models, be sure the GPS is set for "Garmin
+       mode" in setup and that nothing else (PDA hotsync programs, gpsd,
+       getty, pppd, etc.) is using the serial port.
+</para>
+
+<para> 
+       Supported models on USB include VistaC, SummitC, 60C, 60CS, 76C, 
+       76CS, 96C, Quest, 2610, 2620, 2650, 2720, 2730, 2820, Foretrex 201,
+       Foretrex 301, Forerunner 201, Forerunner 205, Forerunner 301, 
+       Forerunner 305,  Edge 205, Edge 305, and most serial units.
+</para>
+
+<para> 
+       To communicate with a unit serially, use the name of that
+       serial port such as "COM1" or  "/dev/cu.serial".  
+</para>
+<para>
+       To communicate via USB use "usb:" as the filename on all OSes.   
+       Thus, to read the waypoints from a Garmin USB unit and write 
+       them to a GPX file:
+
+      <screen format="linespecific">gpsbabel -i garmin -f usb: -o gpx -F blah.gpx</screen>
+
+</para>
+<para>
+       If you have multiple units attached via USB, you may provide 
+       a unit number, with zero being the implied default.  So if you 
+       have three USB models on your system, they can be addressed as 
+       "usb:0", "usb:1", and "usb:2".  To get a list of recognized devices,
+       specifiy a negative number such as:
+</para>
+       <screen format="linespecific">gpsbabel -i garmin -f usb:-1</screen>
+<para> 
+When reporting problems with the Garmin format, be sure to include
+the full unit model, firmware version, and be prepared to offer
+debugging dumps by adding "-D9" to the command line, like:
+</para>
+
+      <screen format="linespecific"> gpsbabel -D9 -i garmin -f usb: -o gpx -F blah.gpx</screen>
+
+<para> 
+Custom icons are supported on units that support that.
+Neither GPSBabel nor your firmware know what is associated with any
+given slot number.  They don't know that the picture you placed in the
+first slot is a happy face, they only know they're in the lowest
+numbered slot.  GPSBabel names the them consistently with Mapsource,
+so they are named 'Custom 0' through 'Custom 511'.
+</para>
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..8b28f36e439ee87e59f8b946d54da09a7449cc1c 100644 (file)
@@ -0,0 +1,5 @@
+      <para>Input and output support for waypoints, tracks and routes in
+             the <ulink url="http://www.gpstm.com">GPS TrackMaker </ulink>
+              binary format.</para>
+      <para>Code implemented by Gustavo Niemeyer.</para>
+